c# how to check string is number

160

is number c# -

var isNumeric = int.TryParse("123", out int n);

Comments

Submit
0 Comments